home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
chplus
/
prazdroj
/
cz
/
media
/
odpovednost.swf
/
scripts
/
DefineButton2_38
/
BUTTONCONDACTION on(rollOver).as
< prev
Wrap
Text File
|
2003-03-12
|
319b
|
15 lines
on(rollOver){
i = 1;
while(_root.b_count >= i)
{
b_path = "_root.butt_box.butt" + i;
tellTarget(b_path)
{
gotoAndStop(1);
}
i++;
}
_root.b_num = Number(String(this._name).substring(4,String(this._name).length));
_root.bmp_box.gotoAndPlay("box");
}